home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1998 / MacHack 1998.toast / Papers / C++ Exceptions / µShell / Core Utilities / AEHandler.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-06-01  |  102 b   |  10 lines  |  [TEXT/CWIE]

  1. #ifndef __AEHANDLER__
  2. #define __AEHANDLER__
  3. #pragma once
  4.  
  5. class AEHandler
  6. {
  7.     
  8. };
  9.  
  10. #endif __AEHANDLER__